home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiniExamples / IndexingKit / RecordManager / Makefile < prev    next >
Makefile  |  1995-06-12  |  923b  |  46 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = RecordManager
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. LOCAL_RESOURCES = RecordManager.nib
  16.  
  17. CLASSES = Controller.m DataRecord.m
  18.  
  19. HFILES = Controller.h DataRecord.h
  20.  
  21. MFILES = RecordManager_main.m
  22.  
  23. OTHERSRCS = Makefile README.rtf
  24.  
  25.  
  26. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  27. MAKEFILE = app.make
  28. INSTALLDIR = $(HOME)/Apps
  29. INSTALLFLAGS = -c -s -m 755
  30. SOURCEMODE = 444
  31.  
  32. ICONSECTIONS =    -sectcreate __ICON app /usr/lib/NextStep/Workspace.app/application.tiff
  33.  
  34. LIBS = -lIndexing_s -lMedia_s -lNeXT_s
  35. DEBUG_LIBS = $(LIBS)
  36. PROF_LIBS = $(LIBS)
  37.  
  38.  
  39. -include Makefile.preamble
  40.  
  41. include $(MAKEFILEDIR)/$(MAKEFILE)
  42.  
  43. -include Makefile.postamble
  44.  
  45. -include Makefile.dependencies
  46.